home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000027_news@columbia.edu_Mon Dec 4 21:35:08 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15066
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Tue, 5 Dec 1995 15:07:53 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id PAA23119 for kermit.misc@watsun; Tue, 5 Dec 1995 15:07:52 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!psgrain!usenet.eel.ufl.edu!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!in1.uu.net!nwnews.wa.com!news1.halcyon.com!chinook.halcyon.com!kmhouse
  5. From: KeithM <kmhouse@halcyon.com>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Write-file produces continuous record
  8. Date: Mon, 4 Dec 1995 13:35:08 -0800
  9. Organization: Northwest Nexus Inc.
  10. Lines: 15
  11. Message-Id: <Pine.ULT.3.91.951204131848.1986A-100000@chinook.halcyon.com>
  12. Nntp-Posting-Host: chinook.halcyon.com
  13. Mime-Version: 1.0
  14. Content-Type: TEXT/PLAIN; charset=US-ASCII
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Hello all:
  18. I'm using MS-DOS Kermit, version 3.14 on an IBM PC/AT 486/dx66 clone.
  19. I've written a batch file that executes a kermit script that writes several
  20. messages to a DOS file. These vary depending on what happens within the 
  21. script. After the kermit script is finished and control is returned to 
  22. the batch file, the DOS file is then written to screen.  The kermit verbs
  23. I'm using are OPEN WRITE filename, WRITE FILE some message, WRITE FILE 
  24. another message, CLOSE WRITE-FILE.  
  25.  
  26. When the file is displayed on the screen, all the lines are run together.  
  27. Does anyone know how to write to a DOS file so that each WRITE FILE 
  28. produces a separate line?
  29.  
  30. Thanks in advance for any and all help.
  31.  
  32.  
  33. '
  34.